Merged
Conversation
d09baae to
cd80ecc
Compare
Draft
Member
vicentebolea
left a comment
There was a problem hiding this comment.
To be approve pending:
- Rebase on main once #12 is merge
- factor out the multiple models commit into antoher PR (or perhaps keeps this PR and open another one with the remaining changes)
cd80ecc to
961dae1
Compare
Collaborator
Author
Draft
Member
vicentebolea
left a comment
There was a problem hiding this comment.
everything else looks good!
vicentebolea
requested changes
Oct 17, 2025
- Extract VTKPromptClient class from prompt.py to client.py - Extract CLI interface and main() function to cli.py - Convert prompt.py to backward compatibility module with re-exports Maintains full backward compatibility for existing imports.
- Update defaults: gpt-4o -> gpt-5, claude-haiku -> claude-opus-4 - Add provider_utils.py for centralized model management - Support temperature control detection per model
f67a347 to
40c4d1c
Compare
Member
|
I have also tested this PR and it runs correctly. |
vicentebolea
approved these changes
Oct 24, 2025
Member
|
@bnmajor lets merge and go ahead with the release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch depends on #12
This PR updates the project to use newer models and restructures provider dependencies for better optional package management.
Breaking Changes
pip install vtk-prompt[providers-anthropic]orpip install vtk-prompt[providers-all]